[INFO] cloning repository https://github.com/Loongel/microbin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Loongel/microbin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLoongel%2Fmicrobin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLoongel%2Fmicrobin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb3727bd15f987bfaf090a6142f3e76f9947842d
[INFO] fixing Loongel/microbin against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLoongel%2Fmicrobin" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Loongel/microbin
[INFO] finished tweaking git repo https://github.com/Loongel/microbin
[INFO] tweaked toml for git repo https://github.com/Loongel/microbin written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Loongel/microbin on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Loongel/microbin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d79815615bdbde92962c2173afb8d7e36a2f34c8af98eaa81ffcfec7be780ec5
[INFO] running `Command { std: "docker" "start" "d79815615bdbde92962c2173afb8d7e36a2f34c8af98eaa81ffcfec7be780ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d79815615bdbde92962c2173afb8d7e36a2f34c8af98eaa81ffcfec7be780ec5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d79815615bdbde92962c2173afb8d7e36a2f34c8af98eaa81ffcfec7be780ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d79815615bdbde92962c2173afb8d7e36a2f34c8af98eaa81ffcfec7be780ec5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling syn v2.0.82
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling openssl-src v300.3.2+3.3.2
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]     Checking impl-more v0.1.8
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking humansize v1.1.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking fdeflate v0.3.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]     Checking regex v1.11.0
[INFO] [stderr]     Checking png v0.17.14
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking askama_escape v0.3.0
[INFO] [stderr]    Compiling parse-size v1.0.0
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking debug-helper v0.3.13
[INFO] [stderr]     Checking crc-any v2.5.0
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking block-modes v0.8.1
[INFO] [stderr]     Checking des v0.7.0
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking tiger v0.1.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking tempfile v3.13.0
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking qrcodegen v1.8.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking http-range v0.1.5
[INFO] [stderr]     Checking magic-crypt v3.1.13
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking sanitize-filename v0.5.0
[INFO] [stderr]     Checking qrcode-generator v4.1.9
[INFO] [stderr]     Checking linkify v0.10.0
[INFO] [stderr]     Checking harsh v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling askama_shared v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]     Checking onig v6.4.0
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking rust-embed v8.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling actix-multipart-derive v0.7.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling askama_derive v0.10.5
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking hyper v1.5.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking hyper-util v0.1.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking plist v1.7.0
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]     Checking askama_shared v0.9.1
[INFO] [stderr]     Checking askama-filters v0.1.3
[INFO] [stderr]     Checking syntect v5.2.0
[INFO] [stderr]     Checking askama v0.10.5
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking actix-web-httpauth v0.8.2
[INFO] [stderr]     Checking actix-files v0.6.6
[INFO] [stderr]     Checking actix-multipart v0.7.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.8
[INFO] [stderr]     Checking microbin v2.0.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/util/auth.rs:37:33
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    |            up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("password") {
[INFO] [stdout]   39 |             let password_bytes = field.bytes(1024).await.unwrap_or(Ok(Bytes::new()))?;
[INFO] [stdout]      |                 --------------   ----------------------------------------------------
[INFO] [stdout]      |                 |                |                 |
[INFO] [stdout]      |                 |                |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                 |                |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 |                `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 |                `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `password_bytes` calls a custom destructor
[INFO] [stdout]      |                 `password_bytes` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   42 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `password_bytes` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:39:37
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]   40 |                 username.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]   41 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]   42 |         } else if field.name() == Some("password") {
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:39:37
[INFO] [stdout]     |
[INFO] [stdout]  39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  40 |                 username.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  41 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:43:37
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]   44 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]   45 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:43:37
[INFO] [stdout]     |
[INFO] [stdout]  43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  44 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  45 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:37:33
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                    |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   47 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  55 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 |     Ok(HttpResponse::Ok().content_type("text/html").body(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 106 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  24 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  51 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout]  99 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 166 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 169 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:201:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 201 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 204 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 241 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:276:5
[INFO] [stdout]     |
[INFO] [stdout] 249 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 279 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:316:5
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 316 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 319 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:351:5
[INFO] [stdout]     |
[INFO] [stdout] 324 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 351 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 354 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:391:5
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 391 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 394 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:194:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  197 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:194:41
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 197 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:201:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  202 |                     random_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  203 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:201:41
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 202 |                     random_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 203 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:207:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |        |                `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  226 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:207:41
[INFO] [stdout]     |
[INFO] [stdout] 207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 226 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:229:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |        |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout]  230 |                     plain_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  231 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:229:41
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 230 |                     plain_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 231 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:235:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |        |                `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  240 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:235:41
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:244:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |        |                `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  247 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:244:41
[INFO] [stdout]     |
[INFO] [stdout] 244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 247 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:251:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |        |                `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  254 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:251:41
[INFO] [stdout]     |
[INFO] [stdout] 251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 254 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:259:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |        |                `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  274 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:259:41
[INFO] [stdout]     |
[INFO] [stdout] 259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 274 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:280:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |        |                `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  281 |                     content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  282 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:280:41
[INFO] [stdout]     |
[INFO] [stdout] 280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 281 |                     content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout] 282 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:295:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |        |                `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout]  296 |                     new_pasta.extension = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  297 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:295:41
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 296 |                     new_pasta.extension = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 297 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:337:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                |        |                `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |                                |        up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                                `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                         |                                                  `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]  346 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#31` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:337:41
[INFO] [stdout]     |
[INFO] [stdout] 337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]     |                         ----------------------------------------------------------
[INFO] [stdout]     |                         |                                                  |
[INFO] [stdout]     |                         |                                                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         |                                                  `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 346 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:188:33
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                    |            up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |                    |            up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                |                         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                                `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                         |                                                  `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         `#28` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  357 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#31` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout]  24 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 153 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 156 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:177:37
[INFO] [stdout]      |
[INFO] [stdout]  175 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  176 |         if field.name() == Some("password") {
[INFO] [stdout]  177 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            |        up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  178 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  179 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:177:37
[INFO] [stdout]     |
[INFO] [stdout] 177 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 178 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout] 179 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:175:33
[INFO] [stdout]      |
[INFO] [stdout]  175 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                    |            up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    |            up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  176 |         if field.name() == Some("password") {
[INFO] [stdout]  177 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  181 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:240:8
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 240 |     Ok(HttpResponse::Ok()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 243 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:265:37
[INFO] [stdout]      |
[INFO] [stdout]  263 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  264 |         if field.name() == Some("content") {
[INFO] [stdout]  265 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  266 |                 new_content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  267 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  270 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:265:37
[INFO] [stdout]     |
[INFO] [stdout] 265 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 266 |                 new_content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout] 267 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:270:37
[INFO] [stdout]      |
[INFO] [stdout]  263 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  264 |         if field.name() == Some("content") {
[INFO] [stdout]  265 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  270 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  271 |                 password = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  272 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:270:37
[INFO] [stdout]     |
[INFO] [stdout] 270 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 271 |                 password = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 272 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:263:33
[INFO] [stdout]      |
[INFO] [stdout]  263 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                    |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  264 |         if field.name() == Some("content") {
[INFO] [stdout]  265 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  270 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  274 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:333:8
[INFO] [stdout]     |
[INFO] [stdout] 252 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 333 |     Ok(HttpResponse::Ok()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 336 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:359:37
[INFO] [stdout]      |
[INFO] [stdout]  357 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  358 |         if field.name() == Some("content") {
[INFO] [stdout]  359 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  360 |                 new_content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  361 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  364 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:359:37
[INFO] [stdout]     |
[INFO] [stdout] 359 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 360 |                 new_content.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout] 361 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:364:37
[INFO] [stdout]      |
[INFO] [stdout]  357 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  358 |         if field.name() == Some("content") {
[INFO] [stdout]  359 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  364 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  365 |                 password = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  366 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:364:37
[INFO] [stdout]     |
[INFO] [stdout] 364 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 365 |                 password = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 366 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/edit.rs:357:33
[INFO] [stdout]      |
[INFO] [stdout]  357 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                    |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]  358 |         if field.name() == Some("content") {
[INFO] [stdout]  359 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  364 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  368 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/edit.rs:418:8
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 418 |     Ok(HttpResponse::Ok()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 421 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/file.rs:74:8
[INFO] [stdout]     |
[INFO] [stdout]  21 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  74 |     Ok(HttpResponse::NotFound().finish())
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  75 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/file.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout]  84 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 141 |     Ok(HttpResponse::NotFound().finish())
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 142 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/list.rs:33:5
[INFO] [stdout]     |
[INFO] [stdout]  26 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  33 |     HttpResponse::Ok().content_type("text/html").body(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  41 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/pasta.rs:360:8
[INFO] [stdout]     |
[INFO] [stdout] 269 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 360 |     Ok(HttpResponse::NotFound()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 363 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/pasta.rs:461:8
[INFO] [stdout]     |
[INFO] [stdout] 376 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 461 |     Ok(HttpResponse::NotFound()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 464 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/qr.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout]  22 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 103 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 106 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/remove.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 117 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 120 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/remove.rs:213:8
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 213 |     Ok(HttpResponse::Ok()
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 216 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/pasta.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout]  29 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 119 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 122 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/pasta.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 248 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/util/auth.rs:37:33
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    |            up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("password") {
[INFO] [stdout]   39 |             let password_bytes = field.bytes(1024).await.unwrap_or(Ok(Bytes::new()))?;
[INFO] [stdout]      |                 --------------   ----------------------------------------------------
[INFO] [stdout]      |                 |                |                 |
[INFO] [stdout]      |                 |                |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                 |                |                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 |                `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 |                `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `password_bytes` calls a custom destructor
[INFO] [stdout]      |                 `password_bytes` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   42 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `password_bytes` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:39:37
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]   40 |                 username.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]   41 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]   42 |         } else if field.name() == Some("password") {
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:39:37
[INFO] [stdout]     |
[INFO] [stdout]  39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  40 |                 username.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  41 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:43:37
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                            |        |                |
[INFO] [stdout]      |                            |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                            |        up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                            |        up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]   44 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]   45 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:43:37
[INFO] [stdout]     |
[INFO] [stdout]  43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                            |        |                |
[INFO] [stdout]     |                            |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `chunk` calls a custom destructor
[INFO] [stdout]     |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout]  44 |                 password.push_str(std::str::from_utf8(&chunk).unwrap().to_string().as_str());
[INFO] [stdout]  45 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/admin.rs:37:33
[INFO] [stdout]      |
[INFO] [stdout]   37 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------    ^^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                    |            |                  |
[INFO] [stdout]      |                    |            |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |            |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                    |            up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    |            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                    |            up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout]   38 |         if field.name() == Some("username") {
[INFO] [stdout]   39 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            `chunk` calls a custom destructor
[INFO] [stdout]      |                            `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |             while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                            -----                     -----
[INFO] [stdout]      |                            |                         |
[INFO] [stdout]      |                            |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                            |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   47 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/admin.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  55 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 |     Ok(HttpResponse::Ok().content_type("text/html").body(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 106 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  24 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  51 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  91 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout]  99 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 166 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 169 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:201:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 201 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 204 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 241 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:276:5
[INFO] [stdout]     |
[INFO] [stdout] 249 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 279 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:316:5
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 316 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 319 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:351:5
[INFO] [stdout]     |
[INFO] [stdout] 324 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 351 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 354 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/auth_upload.rs:391:5
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let mut pastas = data.pastas.lock().unwrap();
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `pastas` calls a custom destructor
[INFO] [stdout]     |         `pastas` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 391 |     HttpResponse::Ok()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 394 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `pastas` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:194:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |        |                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  197 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:194:41
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 197 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:201:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |        |                `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  202 |                     random_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  203 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:201:41
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 202 |                     random_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 203 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:207:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |        |                `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  226 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:207:41
[INFO] [stdout]     |
[INFO] [stdout] 207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 226 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:229:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |        |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout]  230 |                     plain_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout]  231 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `f` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/endpoints/create.rs:229:41
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]     |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                                |        |                |
[INFO] [stdout]     |                                |        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                |        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                |        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                |        up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                `chunk` calls a custom destructor
[INFO] [stdout]     |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] 230 |                     plain_key = std::str::from_utf8(&chunk).unwrap().to_string();
[INFO] [stdout] 231 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/endpoints/create.rs:235:41
[INFO] [stdout]      |
[INFO] [stdout]  188 |     while let Some(mut field) = payload.try_next().await? {
[INFO] [stdout]      |                    ---------                       -----
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                    `field` calls a custom destructor
[INFO] [stdout]      |                    `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                `chunk` calls a custom destructor
[INFO] [stdout]      |                                `chunk` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  201 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  229 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                |                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----    ^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]      |                                |        |                |
[INFO] [stdout]      |                                |        |                this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                |        |                `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                                |        up until Edition 2021 `#29` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |        this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                |        up until Edition 2021 `#30` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                                `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  240 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  244 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                                |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  251 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                                |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  259 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                                `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                                |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                                `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  295 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                -----                     -----
[INFO] [stdout]      |                                |                         |
[INFO] [stdout]      |                                |                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                |                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                                `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  335 |                 let mut f = web::block(|| std::fs::File::create(filepath)).await??;
[INFO] [stdout]      |                     -----   ------------------------------------------------------
[INFO] [stdout]      |                     |       |                                              |
[INFO] [stdout]      |                     |       |                                              this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                     |       |                                              `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                     |       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                     |       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     `f` calls a custom destructor
[INFO] [stdout]      |                     `f` will be dropped later as of Edition 2024
[INFO] [stdout]  336 |                 let mut size = 0;
[INFO] [stdout]  337 |                 while let Some(chunk) = field.try_next().await? {
[INFO] [stdout]      |                                                          -----
[INFO] [stdout]      |                                                          |
[INFO] [stdout]      |                                                          this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                                                          `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  345 |                     f = web::block(move || f.write_all(&chunk).map(|_| f)).await??;
[INFO] [stdout]      |                         ----------------------------------------------------------
[INFO] [stdout]      |                         |                                                  |
[INFO] [stdout]      |                         |                                                  this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                         |                                                  `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                         `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                         `#26` will be dropped later as of Edition 2024
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#30` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `field` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/safety.rs:51:1
[INFO] [stdout]      |
[INFO] [stdout]   51 | impl Drop for Safety {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs:2117:1
[INFO] [stdout]      |
[INFO] [stdout] 2117 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `chunk` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.8.0/src/bytes.rs:590:1
[INFO] [stdout]      |
[INFO] [stdout]  590 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[WARN] too many lines in the log, truncating it
